From 4927ede7c1190049f37be737295f57d0ee4e1330 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 23 Jan 2008 18:03:52 +0000 Subject: [PATCH] ioemu: fix xc_handle declaration Signed-off-by: Samuel Thibault --- tools/ioemu/target-i386-dm/helper2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/target-i386-dm/helper2.c b/tools/ioemu/target-i386-dm/helper2.c index d9e5179964..2d347ccfbe 100644 --- a/tools/ioemu/target-i386-dm/helper2.c +++ b/tools/ioemu/target-i386-dm/helper2.c @@ -72,7 +72,7 @@ _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount) int domid = -1; int vcpus = 1; -int xc_handle; +extern int xc_handle; long time_offset = 0; -- 2.30.2